github.com/klauspost/compress/flate.huffmanBitWriter.logNewTablePenalty (field)
7 uses
github.com/klauspost/compress/flate (current package)
deflate.go#L817: d.w.logNewTablePenalty = 10
deflate.go#L825: d.w.logNewTablePenalty = 7
deflate.go#L831: d.w.logNewTablePenalty = 8
deflate.go#L838: d.w.logNewTablePenalty = 7
huffman_bit_writer.go#L116: logNewTablePenalty uint
huffman_bit_writer.go#L668: newSize += int(w.literalEncoding.codes[endBlockMarker].len()) + newSize>>w.logNewTablePenalty
huffman_bit_writer.go#L1049: estBits += estBits >> w.logNewTablePenalty
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |